home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / xtc113.exe / UPDATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-03-15  |  252 b   |  10 lines

  1. @echo off
  2. if %1x==x goto usage
  3. patch %1 xtc1-1-3.rtp
  4. goto end
  5. :usage
  6. echo To apply the VBXtasy v1.10.3 update, you must type UPDATE followed by the
  7. echo location of your Microsoft Windows directory, for example:
  8. echo    UPDATE C:\WINDOWS
  9. :end
  10.